Package com.cisco.pt.ipc.events
Class VLANEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.VLANEventRegistry
An event for the IPC's VLANEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<VLANEventListener>protected Map<String,Set<VLANEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(VLANEventListener listener) voidaddListener(VLANEventListener listener, VLAN objClass) voidaddListenerFiltered(VLANEventListener listener, List<String> events) voidaddSpecificListenerFiltered(VLANEventListener listener, VLAN objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(VLANEventListener listener) voidremoveListener(VLANEventListener listener, VLAN objClass) voidremoveListenerFiltered(VLANEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(VLANEventListener listener, VLAN objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
VLANEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
- Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(VLANEventListener listener, VLAN objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(VLANEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(VLANEventListener listener, VLAN objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-